home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / helplib / help_quit_proc.c < prev    next >
Encoding:
Text File  |  1989-11-18  |  111 b   |  10 lines

  1. /*
  2. ### procedure for quitting a help window ###
  3. */
  4.  
  5. void help_quit_proc()
  6. {
  7.     (void) destroy_help_windows();
  8. }
  9.  
  10.